[INFO] fetching crate hyprshell-hyprland 4.10.8...
[INFO] fixing hyprshell-hyprland-4.10.8 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate hyprshell-hyprland 4.10.8 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate hyprshell-hyprland 4.10.8
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate hyprshell-hyprland 4.10.8
[INFO] tweaked toml for crates.io crate hyprshell-hyprland 4.10.8 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hyprshell-hyprland 4.10.8 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hyprshell-hyprland 4.10.8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hyprshell-hyprland-macros v4.10.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac
[INFO] running `Command { std: "docker" "start" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling hyprshell-hyprland-macros v4.10.8
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking hyprshell-hyprland v4.10.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/data.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::data::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/data.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use hyprland::shared::{HyprData, HyprDataActive, HyprDataActiveOptional};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/events.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyprland::event_listener::EventListener;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/data.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |              ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/keyword_async.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::keyword::Keyword;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "data") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind_async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyprland::dispatch::DispatchType;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind_async.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hyprland::instance::Instance;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind_async.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyprland::keyword::Keyword;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/dispatch.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::dispatch::DispatchType::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/dispatch_async.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use hyprland::dispatch::DispatchType::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/dispatch.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use hyprland::dispatch::{Corner, Dispatch, FullscreenType, WorkspaceIdentifierWithSpecial};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyprland`
[INFO] [stdout]  --> examples/dispatch.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use hyprland::dispatch;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyprland`
[INFO] [stdout]  --> examples/bind_async.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hyprland::{default_instance_panic, dispatch};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 |     hyprland::bind!(async; e | SUPER, Key, "C" => KillActiveWindow).await?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     hyprland::bind!(async; l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot").await?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     hyprland::bind!(async; SUPER, Key, "I" => ToggleFloating, None).await?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 |     hyprland::bind!(async; &instance2, e | SUPER, Key, "C" => KillActiveWindow).await?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     hyprland::bind!(async; &instance2, l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot").await?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     hyprland::bind!(async; &instance2, SUPER, Key, "I" => ToggleFloating, None).await?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 |     hyprland::bind!(async; instance1, e | SUPER, Key, "C" => KillActiveWindow).await?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     hyprland::bind!(async; instance1, l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot").await?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     hyprland::bind!(async; instance1, SUPER, Key, "I" => ToggleFloating, None).await?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/data_async.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::data::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/data_async.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use hyprland::shared::{HyprData, HyprDataActive, HyprDataActiveOptional};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyprland::dispatch::DispatchType;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use hyprland::instance::Instance;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/bind.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use hyprland::keyword::Keyword;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/keyword.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::keyword::Keyword;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/events_async.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use hyprland::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/events_async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyprland::event_listener::AsyncEventListener;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyprland::event_listener::AsyncEventListener`
[INFO] [stdout]  --> examples/events_async.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hyprland::event_listener::AsyncEventListener;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/dispatch_async.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use hyprland::dispatch::{Corner, Dispatch, FullscreenType, WorkspaceIdentifierWithSpecial};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyprland`
[INFO] [stdout]  --> examples/dispatch_async.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hyprland::dispatch;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hyprland`
[INFO] [stdout]  --> examples/bind.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use hyprland::{default_instance_panic, dispatch};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     hyprland::bind!(e | SUPER, Key, "C" => KillActiveWindow)?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     hyprland::bind!(l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot")?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     hyprland::bind!(SUPER, Key, "I" => ToggleFloating, None)?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     hyprland::bind!(&instance, e | SUPER, Key, "C" => KillActiveWindow)?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 |     hyprland::bind!(&instance, l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot")?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     hyprland::bind!(&instance, SUPER, Key, "I" => ToggleFloating, None)?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 |     hyprland::bind!(instance, e | SUPER, Key, "C" => KillActiveWindow)?; // Kill all your windows
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 |     hyprland::bind!(instance, l | CTRL ALT, Key, "Delete" => Exec, "sudo reboot")?; // Reboot including from lock screen
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     hyprland::bind!(instance, SUPER, Key, "I" => ToggleFloating, None)?;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_closure` in this scope
[INFO] [stdout]   --> examples/events_async.rs:12:50
[INFO] [stdout]    |
[INFO] [stdout] 12 |     event_listener.add_workspace_changed_handler(async_closure! {
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprland_macros::async_closure;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::prelude::async_closure;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_closure` in this scope
[INFO] [stdout]   --> examples/events_async.rs:16:57
[INFO] [stdout]    |
[INFO] [stdout] 16 |     event_listener.add_fullscreen_state_changed_handler(async_closure! {
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprland_macros::async_closure;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::prelude::async_closure;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_closure` in this scope
[INFO] [stdout]   --> examples/events_async.rs:20:55
[INFO] [stdout]    |
[INFO] [stdout] 20 |     event_listener.add_active_monitor_changed_handler(async_closure! {
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprland_macros::async_closure;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::prelude::async_closure;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `async_closure` in this scope
[INFO] [stdout]   --> examples/events_async.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 25 |     event_listener.add_workspace_changed_handler(async_closure! {
[INFO] [stdout]    |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these macros
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprland_macros::async_closure;
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::prelude::async_closure;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/keyword.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn main() -> hyprland::Result<()> {
[INFO] [stdout]   |              ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/keyword_async.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | async fn main() -> hyprland::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "keyword") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "keyword_async") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ToggleFloating` in this scope
[INFO] [stdout]   --> examples/dispatch_async.rs:46:26
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Dispatch::call_async(ToggleFloating(None)).await?;
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleFloating;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "events_async") due to 8 previous errors
[INFO] [stdout] error[E0425]: cannot find value `ToggleSplit` in this scope
[INFO] [stdout]   --> examples/dispatch_async.rs:51:26
[INFO] [stdout]    |
[INFO] [stdout] 51 |     Dispatch::call_async(ToggleSplit).await?;
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleSplit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "events") due to 2 previous errors
[INFO] [stdout] error[E0425]: cannot find value `ToggleOpaque` in this scope
[INFO] [stdout]   --> examples/dispatch_async.rs:56:26
[INFO] [stdout]    |
[INFO] [stdout] 56 |     Dispatch::call_async(ToggleOpaque).await?;
[INFO] [stdout]    |                          ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleOpaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "dispatch_async") due to 7 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/events_async.rs:8:20
[INFO] [stdout]   |
[INFO] [stdout] 8 | async fn main() -> hyprland::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]  --> examples/events.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn main() -> hyprland::Result<()> {
[INFO] [stdout]   |              ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/dispatch_async.rs:14:20
[INFO] [stdout]    |
[INFO] [stdout] 14 | async fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |                    ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind_async.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |                    ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/bind.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |              ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/data_async.rs:12:20
[INFO] [stdout]    |
[INFO] [stdout] 12 | async fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |                    ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ToggleFullscreen` in this scope
[INFO] [stdout]   --> examples/dispatch.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     Dispatch::call(ToggleFullscreen(FullscreenType::Maximize))?;
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleFullscreen;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `ToggleFloating` in this scope
[INFO] [stdout]   --> examples/dispatch.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Dispatch::call(ToggleFloating(None))?;
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this tuple variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleFloating;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ToggleSplit` in this scope
[INFO] [stdout]   --> examples/dispatch.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     Dispatch::call(ToggleSplit)?;
[INFO] [stdout]    |                    ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleSplit;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ToggleOpaque` in this scope
[INFO] [stdout]   --> examples/dispatch.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     Dispatch::call(ToggleOpaque)?;
[INFO] [stdout]    |                    ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit variant
[INFO] [stdout]    |
[INFO] [stdout]  1 + use hyprshell_hyprland::dispatch::DispatchType::ToggleOpaque;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "bind_async") due to 14 previous errors
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "data_async") due to 3 previous errors
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "bind") due to 14 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `hyprland` in this scope
[INFO] [stdout]   --> examples/dispatch.rs:14:14
[INFO] [stdout]    |
[INFO] [stdout] 14 | fn main() -> hyprland::Result<()> {
[INFO] [stdout]    |              ^^^^^^^^ use of unresolved module or unlinked crate `hyprland`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hyprland`, use `cargo add hyprland` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hyprshell-hyprland` (example "dispatch") due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac", kill_on_drop: false }`
[INFO] [stdout] 0f0d2db2414cb196dde5997217205f5562aa567fafaecde54eefa2ddb387fcac
